box: Remove cache for sibling paths
authorBenjamin Otte <otte@redhat.com>
Fri, 1 Jul 2011 23:25:45 +0000 (01:25 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 1 Jul 2011 23:40:16 +0000 (01:40 +0200)
commit246a7ecbc97ed65362f08693bd994a59a12d2a7b
treea2b0a833801facb670a5c5b13fa027ec6a0d8226
parent668790ddee0f8c53e3409932e28c4f6d0077e62e
box: Remove cache for sibling paths

We can't cache this path as widgets might dynamically add or remove
style classes without telling us. At which point the stored path does
not work.
gtk/gtkbox.c